Class: Aws::Types::GroupIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#criticality::Integer

Returns the value of attribute criticality.

Returns:

  • (::Integer)


179
180
181
# File 'sig/types.rbs', line 179

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def display_name
  @display_name
end

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def group_arn
  @group_arn
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def group_name
  @group_name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def owner
  @owner
end