Class: Aws::Types::IdNamespaceAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1728
1729
1730
# File 'sig/types.rbs', line 1728

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def id
  @id
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



1729
1730
1731
# File 'sig/types.rbs', line 1729

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdNamespaceAssociationInputReferencePropertiesSummary

Returns the value of attribute input_reference_properties.



1732
1733
1734
# File 'sig/types.rbs', line 1732

def input_reference_properties
  @input_reference_properties
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def update_time
  @update_time
end