Class: Aws::Types::Group

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_tag::Hash[::String, ::String]

Returns the value of attribute application_tag.

Returns:

  • (::Hash[::String, ::String])


145
146
147
# File 'sig/types.rbs', line 145

def application_tag
  @application_tag
end

#criticality::Integer

Returns the value of attribute criticality.

Returns:

  • (::Integer)


142
143
144
# File 'sig/types.rbs', line 142

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def display_name
  @display_name
end

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def group_arn
  @group_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def owner
  @owner
end