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)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1746
1747
1748
# File 'sig/types.rbs', line 1746

def id
  @id
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



1748
1749
1750
# File 'sig/types.rbs', line 1748

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdNamespaceAssociationInputReferencePropertiesSummary

Returns the value of attribute input_reference_properties.



1751
1752
1753
# File 'sig/types.rbs', line 1751

def input_reference_properties
  @input_reference_properties
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def update_time
  @update_time
end