Class: Aws::Types::IdNamespaceAssociation

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)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1713
1714
1715
# File 'sig/types.rbs', line 1713

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def id
  @id
end

#id_mapping_configTypes::IdMappingConfig

Returns the value of attribute id_mapping_config.



1718
1719
1720
# File 'sig/types.rbs', line 1718

def id_mapping_config
  @id_mapping_config
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



1716
1717
1718
# File 'sig/types.rbs', line 1716

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdNamespaceAssociationInputReferenceProperties

Returns the value of attribute input_reference_properties.



1717
1718
1719
# File 'sig/types.rbs', line 1717

def input_reference_properties
  @input_reference_properties
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def update_time
  @update_time
end