Class: Aws::Types::GetServiceNetworkVpcAssociationResponse

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)


735
736
737
# File 'sig/types.rbs', line 735

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


737
738
739
# File 'sig/types.rbs', line 737

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def created_by
  @created_by
end

#dns_optionsTypes::DnsOptions

Returns the value of attribute dns_options.

Returns:



747
748
749
# File 'sig/types.rbs', line 747

def dns_options
  @dns_options
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def failure_message
  @failure_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


746
747
748
# File 'sig/types.rbs', line 746

def last_updated_at
  @last_updated_at
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


743
744
745
# File 'sig/types.rbs', line 743

def private_dns_enabled
  @private_dns_enabled
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


742
743
744
# File 'sig/types.rbs', line 742

def security_group_ids
  @security_group_ids
end

#service_network_arn::String

Returns the value of attribute service_network_arn.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def service_network_arn
  @service_network_arn
end

#service_network_id::String

Returns the value of attribute service_network_id.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def service_network_id
  @service_network_id
end

#service_network_name::String

Returns the value of attribute service_network_name.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def service_network_name
  @service_network_name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED")


734
735
736
# File 'sig/types.rbs', line 734

def status
  @status
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def vpc_id
  @vpc_id
end