Class: Aws::Types::DescribeGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


168
169
170
# File 'sig/types.rbs', line 168

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def created_by
  @created_by
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def display_name
  @display_name
end

#external_ids ⇒ ::Array[Types::ExternalId]

Returns the value of attribute external_ids.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def external_ids
  @external_ids
end

#group_id ⇒ ::String

Returns the value of attribute group_id.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def group_id
  @group_id
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def identity_store_id
  @identity_store_id
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


169
170
171
# File 'sig/types.rbs', line 169

def updated_at
  @updated_at
end

#updated_by ⇒ ::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def updated_by
  @updated_by
end