Class: Aws::Types::CreateResourceShareRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_external_principalsBoolean

Returns the value of attribute allow_external_principals.

Returns:

  • (Boolean)


109
110
111
# File 'sig/types.rbs', line 109

def allow_external_principals
  @allow_external_principals
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def client_token
  @client_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def name
  @name
end

#permission_arns::Array[::String]

Returns the value of attribute permission_arns.

Returns:

  • (::Array[::String])


111
112
113
# File 'sig/types.rbs', line 111

def permission_arns
  @permission_arns
end

#principals::Array[::String]

Returns the value of attribute principals.

Returns:

  • (::Array[::String])


107
108
109
# File 'sig/types.rbs', line 107

def principals
  @principals
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


106
107
108
# File 'sig/types.rbs', line 106

def resource_arns
  @resource_arns
end

#resource_share_configurationTypes::ResourceShareConfiguration

Returns the value of attribute resource_share_configuration.



113
114
115
# File 'sig/types.rbs', line 113

def resource_share_configuration
  @resource_share_configuration
end

#sources::Array[::String]

Returns the value of attribute sources.

Returns:

  • (::Array[::String])


112
113
114
# File 'sig/types.rbs', line 112

def sources
  @sources
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def tags
  @tags
end