Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -237,17 +237,17 @@ RETURN = '''
group_name:
description: Security group name
sample: My Security Group
type: string
type: str
returned: on create/update
group_id:
description: Security group id
sample: sg-abcd1234
type: string
type: str
returned: on create/update
description:
description: Description of security group
sample: My Security Group
type: string
type: str
returned: on create/update
tags:
description: Tags associated with the security group
@ -259,7 +259,7 @@ tags:
vpc_id:
description: ID of VPC to which the security group belongs
sample: vpc-abcd1234
type: string
type: str
returned: on create/update
ip_permissions:
description: Inbound rules associated with the security group.