Class: Aws::Types::MembershipSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def agent_space_id
  @agent_space_id
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def application_id
  @application_id
end

#configTypes::MembershipConfig

Returns the value of attribute config.



1688
1689
1690
# File 'sig/types.rbs', line 1688

def config
  @config
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def created_by
  @created_by
end

#member_type"USER"

Returns the value of attribute member_type.

Returns:

  • ("USER")


1687
1688
1689
# File 'sig/types.rbs', line 1687

def member_type
  @member_type
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def membership_id
  @membership_id
end

#metadataTypes::MemberMetadata

Returns the value of attribute metadata.



1689
1690
1691
# File 'sig/types.rbs', line 1689

def 
  @metadata
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def updated_by
  @updated_by
end